Update commentary
authorjustbur <justin@burkett.cc>
Sun, 12 Jul 2015 15:48:15 +0000 (11:48 -0400)
committerjustbur <justin@burkett.cc>
Sun, 12 Jul 2015 15:48:15 +0000 (11:48 -0400)
which-key.el

index 7a4096b1cb130e7d2a4df643a019c9a9c40db677..4350c73fbeb7b212d599cf0432204e9d0de269a8 100644 (file)
@@ -3,20 +3,15 @@
 ;; Copyright (C) 2015 Justin Burkett
 
 ;; Author: Justin Burkett <justin@burkett.cc>
-;; URL: https://github.com/justbur/which-key/
+;; URL: https://github.com/justbur/which-key
 ;; Version: 0.1
 ;; Keywords:
 ;; Package-Requires: ((emacs "24.3") (s "1.9.0") (dash "2.11.0"))
 
 ;;; Commentary:
 ;;
-;;  This is a rewrite of guide-key https://github.com/kai2nenobu/guide-key
-;;  with the following goals:
-;;
-;;    1. Remove polling function for performance reasons
-;;    2. Try to simplify code as much as possible
-;;    3. Switch away from using popwin (planned)
-;;    4. Add replacement strings to create "aliases" for functions.
+;;  This is a rewrite of guide-key https://github.com/kai2nenobu/guide-key. See
+;;  https://github.com/justbur/which-key for more information.
 ;;
 
 ;;; Code: